home *** CD-ROM | disk | FTP | other *** search
/ Stairway to Heaven / Stairway to Heaven.iso / tengoku / cdrom05.dir / 00069_Script_69 < prev    next >
Text File  |  1995-02-19  |  816b  |  36 lines

  1. on startmovie
  2.   global gsaifu
  3.   if gsaifu = "off" then
  4.     puppetsprite 10, true
  5.     set the type of sprite 10 = 0
  6.   else
  7.     set the type of sprite 10 = 1
  8.   end if
  9.   global gcard1
  10.   if gcard1 = "off" then
  11.     puppetsprite 11, true
  12.     set the type of sprite 11 = 0
  13.   else
  14.     set the type of sprite 11 = 1
  15.   end if
  16.   global gcard2
  17.   if gcard2 = "off" then
  18.     puppetsprite 12, true
  19.     set the type of sprite 12 = 0
  20.   else
  21.     set the type of sprite 12 = 1
  22.   end if
  23.   global gtomei
  24.   if gtomei = "off" then
  25.     puppetsprite 15, true
  26.     set the type of sprite 15 = 0
  27.     puppetsprite 16, false
  28.     set the type of sprite 16 = 1
  29.   else
  30.     puppetsprite 16, true
  31.     set the type of sprite 16 = 0
  32.     puppetsprite 15, false
  33.     set the type of sprite 15 = 1
  34.   end if
  35. end startmovie
  36.